Loads the entities of the client view ignoring the client-side cache.

Namespace:  C1.Data
Assembly:  C1.Data.Entity (in C1.Data.Entity.dll)

Syntax

C#
public void Refresh()
Visual Basic
Public Sub Refresh

Implements

ICollectionView..::..Refresh()()()()

Remarks

Use this method to refresh data with any changes that may have occurred on the server

See Also